home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / radiomd2.zip / PK232.4 < prev    next >
Text File  |  1991-05-03  |  2KB  |  66 lines

  1. pk232.4
  2.  
  3. There is a bug in the  latest version  (1.06) of the AEA PC Pakratt
  4. program for use with IBM PC or compatible computers. If you attempt
  5. change the packet parameter SQUELCH at the parameter window from
  6. the default value  of  NEG to POS,  the program will abort and give
  7. you the error message:
  8.  
  9.     RS-232 link error - will reinitialize - Press ESC
  10.  
  11. and after pressing Escape,  the program  will try to re-establish a
  12. link with the PK-232 and present the message:
  13.  
  14.     Parameter download error
  15.     Please refer to your PC-PAKRATT manual.
  16.     Program terminating.
  17.  
  18. Unfortunately, the parameter download error message isn't mentioned
  19. anywhere in the manual.
  20.  
  21. This bug apparently does not present a problem to the vast majority
  22. of PK-232 users.  It need not concern you if:
  23.  
  24.     you have NOT connected the squelch signal line between
  25.     your transceiver and the PK-232 (pin 3  of the RADIO 1
  26.     and RADIO 2 interface connectors),  or
  27.  
  28.     if you have made the connection, lucky enough to own a     
  29.     transceiver that provides  the correct signal sense to
  30.     the PK-232 for the proper operation of RF-carrier CSMA
  31.     with the program default value of NEG  for the SQUELCH
  32.     parameter.
  33.  
  34. The bug is exhibited  when the program incorrectly attempts to send
  35. the command  SQUELCH POS to  the PK-232.  With release 25 June 1987
  36. firmware, allowed  values for the SQUELCH parameter are ON, OFF, or
  37. NEG. The value POS causes the PK-232 to return an error code to the
  38. program, which then abruptly crashes.
  39.  
  40. Fortunately,  the fix for this bug is simple.  It is only necessary
  41. to change the program to send the  allowable values for the SQUELCH 
  42. parameter to the PK-232.  The patch below  will replace the program
  43. values of NEG and POS with OFF and ON respectively.
  44.  
  45. Using the DOS debug utility, enter the following:
  46.  
  47. debug utilmod.chn
  48. -e 614c 20 4f 4e
  49. -e 6160 4f 46 46
  50. -e 6174 20 4f 4e
  51. -w
  52. -q
  53.  
  54.  
  55. After spending a  number of hours building some very nice interface
  56. cables, I was frustrated to think that I may  of had to modify them
  57. to cope with a program bug.  AEA is aware of the problem,  but they
  58. have not yet corrected it. I'm glad that I was able to come up with
  59. a reasonable fix,  and hope that  this information proves useful to
  60. someone else.
  61.  
  62. See you on the digital modes!
  63.  
  64. David J. Buress AD4B
  65. Alexandria, VA
  66.